From: Chong Yidong Date: Sat, 3 Feb 2007 17:34:35 +0000 (+0000) Subject: * net/newsticker.el (newsticker--insert-image): Update docstring, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~30627 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=19eee1a97af6941546708259e15e02442c29d5e8;p=emacs.git * net/newsticker.el (newsticker--insert-image): Update docstring, and insert the image directly. (newsticker--buffer-redraw): Update docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14f128ba4d5..ae1931983af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2007-02-03 Chong Yidong + * net/newsticker.el (newsticker--insert-image): Update docstring, + and insert the image directly. + (newsticker--buffer-redraw): Update docstring. + * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename from define-global-minor-mode.